1 | <?php |
||
9 | class AttributePopulator implements MethodInterface |
||
10 | { |
||
11 | public function canSet(Fixture $fixture, $object, $property, $value) |
||
15 | |||
16 | /** |
||
17 | * Sets the property to the value on the object described by the given fixture. |
||
18 | * |
||
19 | * @param Fixture $fixture |
||
20 | * @param mixed $object |
||
21 | * @param string $property |
||
22 | * @param mixed $value |
||
23 | */ |
||
24 | public function set(Fixture $fixture, $object, $property, $value) |
||
28 | } |
||
29 |