PHP Class SatisAdmin\Model\ComposerRepository

Author: Yohan Giarelli ([email protected])
Inheritance: extends Repository
Show file Open project: yohang/satis-admin

Protected Properties

Property Type Description
$url string

Public Methods

Method Description
fromArray ( array $data ) {@inheritDoc}
getParams ( ) {@inheritDoc}
getUrl ( ) : string
jsonSerialize ( ) {@inheritDoc}
setUrl ( string $url )

Method Details

fromArray() public method

{@inheritDoc}
public fromArray ( array $data )
$data array

getParams() public method

{@inheritDoc}
public getParams ( )

getUrl() public method

public getUrl ( ) : string
return string

jsonSerialize() public method

{@inheritDoc}
public jsonSerialize ( )

setUrl() public method

public setUrl ( string $url )
$url string

Property Details

$url protected property

protected string $url
return string