Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

nova resource title function

/**
 * Get the value that should be displayed to represent the resource.
 *
 * @return string
 */
public function title()
{
    return $this->name;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nova #resource #title #function
ADD COMMENT
Topic
Name
3+3 =