Services\InternalService::create PHP Method

create() public method

Create a new resource and return its ID.
public create ( Resource $resource ) : scalar
$resource Resource
return scalar
    public function create(Resource $resource)
    {
        throw new ProcessingNotSupported('Create operation not supported');
    }