Flow\Helper\Cycler::__construct PHP Méthode

__construct() public méthode

public __construct ( $elements )
    public function __construct($elements)
    {
        $this->elements = $elements;
        $this->length = count($this->elements);
        $this->idx = 0;
    }