Sulu\Bundle\MediaBundle\Media\FormatCache\LocalFormatCache::getSegment PHP Method

getSegment() protected method

protected getSegment ( $id ) : string
$id
return string
    protected function getSegment($id)
    {
        return sprintf('%0' . strlen($this->segments) . 'd', $id % $this->segments);
    }