Storm\Drivers\Base\Object\Properties\Accessors\MethodPair::__construct PHP Метод

__construct() публичный Метод

public __construct ( $GetterMethodName, $SetterMethodName )
    public function __construct($GetterMethodName, $SetterMethodName)
    {
        parent::__construct(new MethodGetter($GetterMethodName), new MethodSetter($SetterMethodName));
    }
MethodPair