Carew\Twig\NodeVisitor\Paginator::__construct PHP Méthode

__construct() public méthode

public __construct ( $maxPerPage = 10 )
    public function __construct($maxPerPage = 10)
    {
        $this->maxPerPage = $maxPerPage;
    }