class Task {
    public function __construct($a, $b, $c) //php method constructor (symbol by two: _ sign)
}

$task = new Task('a', 'b', 'c');

Categories: Laravel