LdapTools\Connection\PageControl::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface
    public function __construct(LdapConnectionInterface $connection)
    {
        $this->connection = $connection;
    }