Pocket::__construct PHP 메소드

__construct() 공개 메소드

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