pssht
latest
SSH server library written in PHP
Main Page
Classes
Files
File List
Base.php
1
<?php
2
3
/*
4
* This file is part of pssht.
5
*
6
* (c) François Poirotte <clicky@erebot.net>
7
*
8
* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
*/
11
12
namespace
fpoirotte\Pssht\Handlers\CHANNEL
;
13
17
abstract
class
Base
implements
\fpoirotte\Pssht\Handlers\HandlerInterface
18
{
20
protected
$connection
;
21
28
public
function
__construct
(\
fpoirotte
\Pssht\
Connection
$connection
)
29
{
30
$this->connection =
$connection
;
31
}
32
}
fpoirotte\Pssht\Handlers\CHANNEL\Base
Definition:
Base.php:17
fpoirotte\Pssht\Handlers\CHANNEL
Definition:
Base.php:12
fpoirotte\Pssht\Handlers\CHANNEL\Base\$connection
$connection
SSH connection layer.
Definition:
Base.php:20
fpoirotte\Pssht\Connection
Definition:
Connection.php:21
fpoirotte\Pssht\Handlers\HandlerInterface
Definition:
HandlerInterface.php:17
fpoirotte\Pssht\Handlers\CHANNEL\Base\__construct
__construct(\fpoirotte\Pssht\Connection $connection)
Definition:
Base.php:28
fpoirotte
src
Handlers
CHANNEL
Base.php
Generated on Tue May 9 2017 12:09:55 for pssht by
1.8.11