Flow\Helper\Cycler::cycle PHP Method

cycle() public method

public cycle ( )
    public function cycle()
    {
        return ceil($this->idx / $this->length);
    }