LdapTools\Connection\PageControl::__construct PHP Method

__construct() public method

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