A
Size: a a a
A
v
A
A
v
A
11
З
A
A
class License {
...
public $belongsTo = [
'offer' => ...,
...
];
public function beforeUpdate() {
$this->offer->name = $this->name;
$this->offer->save();
}
A
class License {
...
public $belongsTo = [
'offer' => ...,
...
];
public function beforeUpdate() {
$this->offer->name = $this->name;
$this->offer->save();
}
M
class License {
...
public $belongsTo = [
'offer' => ...,
...
];
public function beforeUpdate() {
$this->offer->name = $this->name;
$this->offer->save();
}
A
A
M
M
M
11
class License {
...
public $belongsTo = [
'offer' => ...,
...
];
public function beforeUpdate() {
$this->offer->name = $this->name;
$this->offer->save();
}
A
ST