PHP Class seregazhuk\PinterestBot\Helpers\Cookies

Afficher le fichier Open project: seregazhuk/php-pinterest-bot Class Usage Examples

Protected Properties

Свойство Type Description
$cookies array

Méthodes publiques

Méthode Description
all ( ) : array
fill ( string $file )
get ( $name ) : mixed
getToken ( ) : string | null

Méthodes protégées

Méthode Description
getCookieData ( $line ) : array
isHttp ( $line ) : boolean
isValid ( $line ) : boolean
parseCookie ( $line ) : array | boolean

Method Details

all() public méthode

public all ( ) : array
Résultat array

fill() public méthode

public fill ( string $file )
$file string

get() public méthode

public get ( $name ) : mixed
$name
Résultat mixed

getCookieData() protected méthode

protected getCookieData ( $line ) : array
$line
Résultat array

getToken() public méthode

public getToken ( ) : string | null
Résultat string | null

isHttp() protected méthode

protected isHttp ( $line ) : boolean
$line
Résultat boolean

isValid() protected méthode

protected isValid ( $line ) : boolean
$line
Résultat boolean

parseCookie() protected méthode

protected parseCookie ( $line ) : array | boolean
$line
Résultat array | boolean

Property Details

$cookies protected_oe property

protected array $cookies
Résultat array