AccountLabelOperation::__construct PHP Метод

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

public __construct ( $operand = null, $operator = null, $OperationType = null )
        public function __construct($operand = null, $operator = null, $OperationType = null)
        {
            parent::__construct();
            $this->operand = $operand;
            $this->operator = $operator;
            $this->OperationType = $OperationType;
        }