Answers for "nova resource title function"

PHP
0

nova resource title function

/**
 * Get the value that should be displayed to represent the resource.
 *
 * @return string
 */
public function title()
{
    return $this->name;
}
Posted by: Guest on October-23-2020

Code answers related to "nova resource title function"

Browse Popular Code Answers by Language