Puli\Repository\Api\Resource\ResourceMetadata::getSize PHP Метод

getSize() публичный Метод

If this information is not available, the method returns 0.
public getSize ( ) : integer
Результат integer The body size in bytes.
    public function getSize()
    {
        return 0;
    }