Skip to content
Snippets Groups Projects
Commit e60c588e authored by goujonpa's avatar goujonpa
Browse files

list

parent 6c6fb035
No related branches found
No related tags found
No related merge requests found
<?php
class List
{
protected $title;
protected $class;
public function __construct($class, $title)
{
$this->$class = $class;
$this->$title = $title;
}
}
\ No newline at end of file
<?php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment