eZ\Publish\Core\REST\Common\Values\Resource::__construct PHP Method

__construct() public method

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