Sulu\Bundle\ResourceBundle\Api\OperatorValue::__construct PHP Метод

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

public __construct ( OperatorValue $entity, string $locale )
$entity Sulu\Bundle\ResourceBundle\Entity\OperatorValue
$locale string
    public function __construct(OperatorValueEntity $entity, $locale)
    {
        $this->entity = $entity;
        $this->locale = $locale;
    }