Carew\Twig\NodeVisitor\Paginator::__construct PHP Method

__construct() public method

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