Pimcore\Model\Asset\Listing::count PHP 메소드

count() 공개 메소드

Methods for \Zend_Paginator_Adapter_Interface
public count ( )
    public function count()
    {
        return $this->getTotalCount();
    }