Pocket::__construct PHP Méthode

__construct() public méthode

Pocket constructor.
public __construct ( string $Location = '' )
$Location string
    public function __construct($Location = '')
    {
        $this->Location = $Location;
    }