Model\Payload::countAll PHP Method

countAll() public static method

Returns total count of Payloads in DB
public static countAll ( ) : mixed
return mixed
    public static function countAll()
    {
        $payloads = new self();
        return $payloads->count();
    }