Pelzini

This is the code documentation for the Pelzini project

function save_function()

Saves a function to the database

Usage

void $DatabaseOutputter->save_function ( mixed $function , mixed $file_id , mixed $class_id , mixed $interface_id , mixed $file_namespace );

Authors

Tables used

  • INSERT arguments
    Adds the arguments for this function
  • INSERT functions
    Adds the function details

Arguments

  1. $function
  2. $file_id
  3. $class_id
  4. $interface_id
  5. $file_namespace

Return value

  • void