Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/docblock-simplification' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 43 changed files with 0 additions and 211 deletions.
4 changes: 0 additions & 4 deletions src/Attribute.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap;
Expand All @@ -14,9 +13,6 @@

/**
* Zend\Ldap\Attribute is a collection of LDAP attribute related functions.
*
* @category Zend
* @package Zend_Ldap
*/
class Attribute
{
Expand Down
4 changes: 0 additions & 4 deletions src/Collection.php
Expand Up @@ -5,16 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap;

/**
* Zend\Ldap\Collection wraps a list of LDAP entries.
*
* @category Zend
* @package Zend_Ldap
*/
class Collection implements \Iterator, \Countable
{
Expand Down
4 changes: 0 additions & 4 deletions src/Collection/DefaultIterator.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Collection;
Expand All @@ -17,9 +16,6 @@
/**
* Zend\Ldap\Collection\DefaultIterator is the default collection iterator implementation
* using ext/ldap
*
* @category Zend
* @package Zend_Ldap
*/
class DefaultIterator implements \Iterator, \Countable
{
Expand Down
4 changes: 0 additions & 4 deletions src/Converter/Converter.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Converter;
Expand All @@ -16,9 +15,6 @@

/**
* Zend\Ldap\Converter is a collection of useful LDAP related conversion functions.
*
* @category Zend
* @package Zend_Ldap
*/
class Converter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Converter/Exception/ConverterException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Converter\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
class ConverterException extends \Exception implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Converter/Exception/ExceptionInterface.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Converter\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
interface ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Converter/Exception/InvalidArgumentException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Converter\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Converter/Exception/UnexpectedValueException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Converter\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}
4 changes: 0 additions & 4 deletions src/Dn.php
Expand Up @@ -5,16 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap;

/**
* Zend\Ldap\Dn provides an API for DN manipulation
*
* @category Zend
* @package Zend_Ldap
*/
class Dn implements \ArrayAccess
{
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/BadMethodCallException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/ExceptionInterface.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
interface ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/InvalidArgumentException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Exception;

/**
* @category Zend
* @package Zend_Ldap
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/LdapException.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Exception;

use Zend\Ldap\Ldap;

/**
* @category Zend
* @package Zend_Ldap
*/
class LdapException extends \Exception implements ExceptionInterface
{
const LDAP_SUCCESS = 0x00;
Expand Down
5 changes: 0 additions & 5 deletions src/Filter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap;

/**
* Zend\Ldap\Filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class Filter extends Filter\StringFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/AbstractFilter.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;
Expand All @@ -14,10 +13,6 @@

/**
* Zend\Ldap\Filter\AbstractFilter provides a base implementation for filters.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
abstract class AbstractFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/AbstractLogicalFilter.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;
Expand All @@ -14,10 +13,6 @@

/**
* Zend\Ldap\Filter\AbstractLogicalFilter provides a base implementation for a grouping filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
abstract class AbstractLogicalFilter extends AbstractFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/AndFilter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;

/**
* Zend\Ldap\Filter\AndFilter provides an 'and' filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class AndFilter extends AbstractLogicalFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/Exception/ExceptionInterface.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter\Exception;

use Zend\Ldap\Exception\ExceptionInterface as MainLdapException;

/**
* @category Zend
* @package Zend_Ldap
*/
interface ExceptionInterface extends MainLdapException
{
}
6 changes: 0 additions & 6 deletions src/Filter/Exception/FilterException.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter\Exception;

/**
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class FilterException extends \Exception implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Filter/MaskFilter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;

/**
* Zend\Ldap\Filter\MaskFilter provides a simple string filter to be used with a mask.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class MaskFilter extends StringFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/NotFilter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;

/**
* Zend\Ldap\Filter\NotFilter provides a negation filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class NotFilter extends AbstractFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/OrFilter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;

/**
* Zend\Ldap\Filter\OrFilter provides an 'or' filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class OrFilter extends AbstractLogicalFilter
{
Expand Down
5 changes: 0 additions & 5 deletions src/Filter/StringFilter.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Ldap
*/

namespace Zend\Ldap\Filter;

/**
* Zend\Ldap\Filter\StringFilter provides a simple custom string filter.
*
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
*/
class StringFilter extends AbstractFilter
{
Expand Down

0 comments on commit b658520

Please sign in to comment.