eZ\Publish\Core\REST\Common\Values\Resource::__construct PHP 메소드

__construct() 공개 메소드

Resource constructor.
public __construct ( $name, $mediaType, $href )
$name
$mediaType
$href
    public function __construct($name, $mediaType, $href)
    {
        $this->name = $name;
        $this->mediaType = $mediaType;
        $this->href = $href;
    }
Resource