Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

components laravel

/**
 * Create the component instance.
 *
 * @param  string  $alertType
 * @return void
 */
public function __construct($alertType)
{
    $this->alertType = $alertType;
}
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #components #laravel
ADD COMMENT
Topic
Name
4+1 =