File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2+
3+ /**
4+ * Dframe/FileStorage
5+ * Copyright (c) Sławomir Kaleta
6+ *
7+ * @license https://github.com/dframe/fileStorage/blob/master/LICENSE (MIT)
8+ */
9+
210namespace Dframe \FileStorage \Drivers ;
311
412/**
513 * A contract to identify an implementation to store permissions to
614 *
715 * Drivers can both be persistent or static depending on their implementation.
816 * A default, static ArrayDriver implementation comes with this package.
17+ *
18+ * @author Sławomir Kaleta <slaszka@gmail.com>
919 */
1020
1121interface DatabaseDriverInterface
Original file line number Diff line number Diff line change 11<?php
2+
3+ /**
4+ * Dframe/FileStorage
5+ * Copyright (c) Sławomir Kaleta
6+ *
7+ * @license https://github.com/dframe/fileStorage/blob/master/LICENSE (MIT)
8+ */
9+
210namespace Dframe \FileStorage ;
311
412use League \Flysystem \MountManager ;
513use Dframe \Config ;
614use Dframe \View ;
715use Dframe \Router ;
816
17+ /**
18+ * Image Class
19+ *
20+ * @author Sławomir Kaleta <slaszka@gmail.com>
21+ */
922class Image
1023{
1124
Original file line number Diff line number Diff line change 11<?php
2+
3+ /**
4+ * Dframe/FileStorage
5+ * Copyright (c) Sławomir Kaleta
6+ *
7+ * @license https://github.com/dframe/fileStorage/blob/master/LICENSE (MIT)
8+ */
9+
210namespace Dframe \FileStorage ;
311
412use League \Flysystem \MountManager ;
816use Dframe \FileStorage \Image ;
917use Dframe \Router \Response ;
1018
11- // UserFile
19+ /**
20+ * Storage Class
21+ *
22+ * @author Sławomir Kaleta <slaszka@gmail.com>
23+ */
24+
1225class Storage
1326{
1427
Original file line number Diff line number Diff line change 11<?php
2+
3+ /**
4+ * Dframe/FileStorage
5+ * Copyright (c) Sławomir Kaleta
6+ *
7+ * @license https://github.com/dframe/fileStorage/blob/master/LICENSE (MIT)
8+ */
9+
210namespace Dframe \FileStorage ;
311
412/**
1119 * w formie ciagu bajtow i zwraca go po przetworzeniu, tez w formie ciagu bajtow
1220 *
1321 * Podklasy stylistow powinny znajdowac sie w folderze stylists
22+ *
23+ * @author Sławomir Kaleta <slaszka@gmail.com>
1424 */
1525
1626abstract class Stylist
Original file line number Diff line number Diff line change 11<?php
2+
3+ /**
4+ * Dframe/FileStorage
5+ * Copyright (c) Sławomir Kaleta
6+ *
7+ * @license https://github.com/dframe/fileStorage/blob/master/LICENSE (MIT)
8+ */
9+
210namespace Dframe \FileStorage \Stylist ;
311
412use Imagecraft \ImageBuilder ;
513
614/**
715 * Prosty stylista
816 * Zwraca obrazek taki jakim jest
17+ *
18+ * @author Sławomir Kaleta <slaszka@gmail.com>
919 */
1020
1121class SimpleStylist extends \Dframe \FileStorage \Stylist
You can’t perform that action at this time.
0 commit comments