Pocket::__construct PHP Метод

__construct() публичный Метод

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