App\Libraries\ProfileCover::__construct PHP Méthode

__construct() public méthode

public __construct ( $userId, $data )
    public function __construct($userId, $data)
    {
        $this->data = $data;
        $this->userId = $userId;
    }