Skip to content

Commit

Permalink
Merge pull request #2471 from coder4life/patch-1
Browse files Browse the repository at this point in the history
Added other constants for consistency
  • Loading branch information
coder4life committed May 10, 2014
2 parents 1e6a5e8 + f0d0967 commit 58ddb8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions libraries/kunena/image/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
*/
class KunenaImage extends JImage
{
/**
* @const integer
* @since 11.3
*/
const SCALE_FILL = 1;

/**
* @const integer
* @since 11.3
*/
const SCALE_INSIDE = 2;

/**
* @const integer
* @since 11.3
*/
const SCALE_OUTSIDE = 3;

/**
* @const integer
* @since 12.2
Expand Down

0 comments on commit 58ddb8a

Please sign in to comment.