Puli\Repository\Api\Resource\ResourceMetadata::getSize PHP Method

getSize() public method

If this information is not available, the method returns 0.
public getSize ( ) : integer
return integer The body size in bytes.
    public function getSize()
    {
        return 0;
    }