PHP 클래스 PhalconRest\Export\Postman\Request

파일 보기 프로젝트 열기: olivierandriessen/phalcon-rest

공개 프로퍼티들

프로퍼티 타입 설명
$collectionId
$data
$dataMode
$description
$headers
$id
$method
$name
$url

공개 메소드들

메소드 설명
__construct ( $collectionId, $id, $name, $description, $url, $method, $headers, $data, $dataMode )

메소드 상세

__construct() 공개 메소드

public __construct ( $collectionId, $id, $name, $description, $url, $method, $headers, $data, $dataMode )

프로퍼티 상세

$collectionId 공개적으로 프로퍼티

public $collectionId

$data 공개적으로 프로퍼티

public $data

$dataMode 공개적으로 프로퍼티

public $dataMode

$description 공개적으로 프로퍼티

public $description

$headers 공개적으로 프로퍼티

public $headers

$id 공개적으로 프로퍼티

public $id

$method 공개적으로 프로퍼티

public $method

$name 공개적으로 프로퍼티

public $name

$url 공개적으로 프로퍼티

public $url